home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / ANTIVIRUS / GUARDIAN / !Guardian3 / !Run < prev    next >
Text File  |  1991-06-07  |  698b  |  14 lines

  1. | RISC OS Loader for !Guardian
  2. | Written by Paul Vigay (C) 1991/2
  3. |
  4. If "<System$Path>" = "" then Error 0 !System has not been seen yet.
  5. Set Guardian$Path <obey$dir>
  6. RMEnsure MessageTrans 0.04 RMLoad System:Modules.MsgTrans
  7. RMEnsure MessageTrans 0.04 Error !Guardian needs MessageTrans version 0.04 or later
  8. RMEnsure FPEmulator 2.70 RMLoad System:modules.FPEmulator
  9. RMEnsure FPEmulator 2.70 Error !Guardian needs FPEmulator 2.70 or later in your !System.modules directory.
  10. RMEnsure ABCLibrary 2.00 RMLoad System:modules.ABCLib
  11. RMEnsure ABCLibrary 2.00 Error !Guardian needs ABCLibrary 2.00 or later in your !System.modules directory.
  12. WimpSlot -min 192k -max 192k
  13. Run "<Guardian$Path>.!RunImage" %*0
  14.